home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / pedgre37.arj / TSTFONTS.BAT < prev    next >
DOS Batch File  |  1994-01-15  |  2KB  |  57 lines

  1. @ECHO OFF
  2. cls
  3. echo This routine will send each of the 10 special fonts to your printer
  4. echo followed by some test text. The font test takes about 1/2 minute for
  5. echo each font depending on the speed of your printer. It will also test
  6. echo the special ornamental character styles for the default LQ font.
  7. echo.
  8. pause
  9. call testone boldtype
  10. call testone crown
  11. call testone emerald
  12. call testone frankfur
  13. call testone gothic
  14. call testone opal
  15. call testone pearl
  16. call testone roman
  17. call testone ruby
  18. call testone sapphire
  19. :: put the printer into LQ 12 pitch normal Roman font mode
  20. echo @x1M>prn
  21. echo This is PRINTER1 font (Roman) NORMAL characters in pitch 12>prn
  22. echo Testing PRINTER1 font (Roman) NORMAL characters in pitch 12
  23. copy fonttest.txt prn
  24. echo q>prn
  25. echo This is PRINTER1 font (Roman) OUTLINE characters in pitch 12>prn
  26. echo Testing PRINTER1 font (Roman) OUTLINE characters in pitch 12
  27. copy fonttest.txt prn
  28. echo q>prn
  29. echo This is PRINTER1 font (Roman) SHADOW characters in pitch 12>prn
  30. echo Testing PRINTER1 font (Roman) SHADOW characters in pitch 12
  31. copy fonttest.txt prn
  32. echo q>prn
  33. echo This is PRINTER1 font (Roman) BOTH characters in pitch 12>prn
  34. echo Testing PRINTER1 font (Roman) BOTH characters in pitch 12
  35. copy fonttest.txt prn
  36. :: reset the printer and select normal characters
  37. echo @q0>prn
  38. :: page eject
  39. echo  >prn
  40. echo.
  41. echo Font Tests Completed. Review the printout for accuracy and completeness.
  42. echo.
  43. echo The next test is the graphics compatibility test.  A full page of
  44. echo graphics will be sent to the printer. The page is an illustration
  45. echo of every border and box design available in PEDIGREE. Retain the
  46. echo printout for later reference.
  47. echo.
  48. pause
  49. CHARTPRT EXAMPLES.CHT
  50. echo.
  51. echo Graphic test completed. Review the printout for accuracy and completeness.
  52. echo.
  53. echo Pedigree printer tests are now completed. Store the test printouts with
  54. echo the program documentation for future reference.
  55. echo.
  56. @ECHO ON
  57.